Release 10.1A: OpenEdge Deployment:
Startup Command and Parameter Reference
Delayed BI File Write (-Mf)
Use Delayed BI File Write (
-Mf) to improve performance on a heavily loaded system.
Operating system
and syntax UNIX
Windows-Mfn Use
with Maximum value Minimum value Single-user default Multi-user default Database Server 32,768 0 01 32
1Default is 3 for batch jobs.2Default is 0 for nonshared-memory systems.
nAny positive value delays Progress from synchronously writing out to disk the last before-image (BI) file records at the end of each transaction. On UNIX systems using shared memory, it also specifies the interval that the broker process wakes up to make sure all BI file changes have been written to disk. The default is 3 for single-user batch jobs and for multi-user databases using shared memory. Otherwise, the default is 0.
Using the Delayed BI File Write (-Mf) paramter does not reduce database integrity. However, if there is a system failure, it is possible the last few completed transactions will be lost (never actually written to the BI file).
When running with full integrity, at the end of each transaction Progress does a synchronous write to disk of the last BI file block. This write guarantees that the completed transaction is recorded permanently in the database. If the user is notified that the transaction has completed and the system or database manager crashes shortly afterwards, the transaction is not lost.
Do not set the Delayed BI File Write (-Mf) paramter on a lightly loaded system with little database update activity. Under these conditions, the extra BI write is very important and does not impact performance. On a heavily loaded system, however, the BI write is less important (the BI block will be written to disk very soon anyway), and has a significant performance penalty. Setting the Delayed BI File Write (-Mf) paramter to delay this extra BI write saves one write operation per transaction, which can significantly improve performance. The extra BI file write is delayed by default for batch jobs.
If the Delayed BI File Write (-Mf) paramter is set to a positive value, the last BI file record is only guaranteed to be written out to disk when a user logs out, or when the server or broker process terminates normally. On multi-user systems, the
nargument determines the oldest completed transaction that can be lost.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |